home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / import / gradientimport / gradientimport.def < prev    next >
Encoding:
Text File  |  1996-08-15  |  393 b   |  20 lines

  1. ;
  2. ;    File: GradientImport.def
  3. ;
  4. ;    Copyright (c) 1991-6, Adobe Systems Incorporated.
  5. ;   All rights reserved.
  6. ;
  7. ;    Window's def file for Acquire example plugin module.
  8. ;
  9. LIBRARY     GradientImport
  10.  
  11. DESCRIPTION 'GradientImport Photoshop Plugin Module'
  12.  
  13. HEAPSIZE    2048
  14. CODE        PRELOAD MOVEABLE
  15. DATA        PRELOAD MOVEABLE SINGLE
  16.  
  17. EXPORTS
  18.             ENTRYPOINT   @1
  19.             UIProc         @2
  20.